Fix a typo in the docs. (#314878, Guillaume Cottenceau)
authorMatthias Clasen <mclasen@redhat.com>
Wed, 31 Aug 2005 04:01:40 +0000 (04:01 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 31 Aug 2005 04:01:40 +0000 (04:01 +0000)
2005-08-31  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktextiter.c (gtk_text_iter_backward_visible_cursor_positions):
Fix a typo in the docs.  (#314878, Guillaume Cottenceau)

ChangeLog
ChangeLog.pre-2-10
gtk/gtktextiter.c

index 22e618392f6b00a8eacd514a18793eb714633813..f16dfb7a350a7af66c9ff4e4e3cab645e6b57c46 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-08-31  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtktextiter.c (gtk_text_iter_backward_visible_cursor_positions): 
+       Fix a typo in the docs.  (#314878, Guillaume Cottenceau)
+
 2005-08-30  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkentry.c (gtk_entry_class_init): Add key bindings to
index 22e618392f6b00a8eacd514a18793eb714633813..f16dfb7a350a7af66c9ff4e4e3cab645e6b57c46 100644 (file)
@@ -1,3 +1,8 @@
+2005-08-31  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtktextiter.c (gtk_text_iter_backward_visible_cursor_positions): 
+       Fix a typo in the docs.  (#314878, Guillaume Cottenceau)
+
 2005-08-30  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkentry.c (gtk_entry_class_init): Add key bindings to
index ffebb29688b548aef2084c3fab216b76656a1d99..b644e139cddbc54df2cb1a9f1461398e661e163e 100644 (file)
@@ -3737,7 +3737,7 @@ gtk_text_iter_forward_visible_cursor_positions (GtkTextIter *iter,
  * @count: number of positions to move
  *
  * Moves up to @count visible cursor positions. See
- * gtk_text_iter_forward_cursor_position() for details.
+ * gtk_text_iter_backward_cursor_position() for details.
  * 
  * Return value: %TRUE if we moved and the new position is dereferenceable
  *